home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOSTRT / STREETS.DIR / 00160.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  239 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the castNum of sprite 3 to the number of member "startDown"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite 3 to the number of member "start"
  7.   updateStage()
  8.   go(marker(1))
  9. end
  10.